if (isset(f5)) {
  load.pic(v0);
  draw.pic(v0);
  discard.pic(v0);
  set.horizon(37);
  v61 = 1;
  //////
  load.view(1);
  set.view(o1,1);
  animate.obj(o1);

    position(o0,120,140);
    position(o1,50,140);
    status.line.on();
    accept.input();

  draw(o0);
  draw(o1);
  stop.cycling(o1);
  show.pic();
  display(24,2,"No player selected!");
}
if(said("look")){
if(v62 == 1){
print("You're in right room. %s2 is in the other room.");
return();
}
print("You're in left room. %s1 is in the other room.");
return();

}
if(said("talk","man")){
if(v62 == 1){
print("%s1: \"Hey %s2!\"");
print("%s2: \"What's up?\"");
return();
}
print("%s2: \"Hey %s1 what are you doing?\"");
print("%s1: \"Nothing!\"");



}
return();